From 971f0f37ab08c2b2a269a6df4acd73ca6627ffa4 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 15 Aug 2008 16:08:58 +0000 Subject: [PATCH] Strengthen Windows Garmin/USB error message. --- gpsbabel/jeeps/gpsusbwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/jeeps/gpsusbwin.c b/gpsbabel/jeeps/gpsusbwin.c index fd7a5cec5..c87e3de6e 100644 --- a/gpsbabel/jeeps/gpsusbwin.c +++ b/gpsbabel/jeeps/gpsusbwin.c @@ -225,7 +225,7 @@ gusb_init(const char *pname, gpsdevh **dh) (GUID *) &GARMIN_GUID, req_unit_number, &devinterface)) { GPS_Serial_Error("SetupDiEnumDeviceInterfaces"); - warning("Is the Garmin USB unit number %d powered up and connected?\nIs it really a USB unit? If it's serial, don't choose USB, choose serial.", un); + warning("Is the Garmin USB unit number %d powered up and connected?\nIs it really a USB unit? If it's serial, don't choose USB, choose serial.\nAre the Garmin USB drivers installed and functioning with other programs?\nIs it a storage based device like Nuvi, CO, or OR?\n If so, send GPX files to it, don't use this module.", un); return 0; } /* We've matched. Now start the specific unit. */ -- 2.30.2